-
Notifications
You must be signed in to change notification settings - Fork 178
Bump kubernetes dependencies to 1.14.1 #503
Bump kubernetes dependencies to 1.14.1 #503
Conversation
|
Please sign your commits following these rules: $ git clone -b "bump-kube-1.14.0" git@github.com:jcsirot/docker-app.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842357817200
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -fAmending updates the existing PR. You DO NOT need to open a new one. |
2a88241 to
e1263b5
Compare
cdf63ec to
f536733
Compare
chris-crone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
simonferquel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the change of behavior in merging parameters. cc @silvin-lubecki @chris-crone
silvin-lubecki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f536733 to
b233d1b
Compare
vdemeester
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🦁
- Use a custom duffle branch using github.com/deislabs/cnab-go/bundle (waiting for cnabio/duffle#681 to be merged) Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
…/mergo#102) Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
|
I'll carry this PR as @jcsirot is at a conference. |
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
b233d1b to
e47b30f
Compare
Codecov Report
@@ Coverage Diff @@
## master #503 +/- ##
==========================================
+ Coverage 68.94% 69.09% +0.14%
==========================================
Files 53 53
Lines 2818 2818
==========================================
+ Hits 1943 1947 +4
+ Misses 612 609 -3
+ Partials 263 262 -1
Continue to review full report at Codecov.
|
|
CI is green, PTAL @silvin-lubecki @simonferquel @vdemeester |
- What I did
Update k8s dependencies to 1.14.0 and updates code and tests when required.
- A picture of a cute animal (not mandatory but encouraged)